CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/devices (Get)
In This Topic
    Get/projects/{projectId}/devices
    In This Topic
    Description
    returns an array of devices in the project optionally filtered by port prefix
    Parameters
    NameDescriptionData Type
    the id of the projectstring
    the port prefix used to filter the devices. The "MASTER_" prefix is removed from the port_type_id and the device list is filtered to the port types that start with the portPrefix.string
    200 Response

    The response body is of type Array[deviceData].

    array of devices matching criteria

    Overview

    Array[deviceData]
    deviceData
    CIMPLICITY class definition
    deviceId : string
    portTypeId : string
    description : string
    networkAddr : string
    pluginData : string
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    project with the given id is not registered on the system
    See Also